Class DiagnosenCtp


  • public class DiagnosenCtp
    extends Object
    https://www.bfarm.de/DE/Kodiersysteme/Klassifikationen/ICD/ICD-10-GM/_node.html

    Java-Klasse für Diagnosen_Ctp complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

    
     <complexType name="Diagnosen_Ctp">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Jahr" type="{SV-Basis://XMLSchema/1.0}Jahr_Stp"/>
             <element name="Diagnose" type="{SV-Basis://XMLSchema/1.0}Diagnose_Ctp" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DiagnosenCtp

        public DiagnosenCtp()
    • Method Detail

      • getJahr

        public int getJahr()
        Ruft den Wert der jahr-Eigenschaft ab.
      • setJahr

        public void setJahr​(int value)
        Legt den Wert der jahr-Eigenschaft fest.
      • getDiagnose

        public List<DiagnoseCtp> getDiagnose()
        Gets the value of the diagnose property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the diagnose property.

        For example, to add a new item, do as follows:

         getDiagnose().add(newItem);
         

        Objects of the following type(s) are allowed in the list DiagnoseCtp

        Returns:
        The value of the diagnose property.